<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  padding:0;
  margin:0;
}
.menu_r{
	display: none;
	font-size: 0;
}
ul{
	list-style: none;
}

.swiper-container img{
	width: 100%;
}
.pro{
	margin: 0 auto;
  	margin-top:40px;
  	text-align:center;
}
.pro h3{
  color: rgb(255,189,37);
}
.pro p{
 	font-size:14px;
 	color: rgb(183,183,183);
  	margin-top: 10px;
}
.pic_area{                                 /*灞曠ず鍖虹埗瀹瑰櫒*/
	margin: 0 auto;
  	width:100%;
	max-width: 1360px;
}
.box{
	width: 30%;
	float: left;
	margin-right: 5%;
	position: relative;
	margin-top: 60px;
}
.box h4{
	font-size: 18px;
	color: #444;
	margin-bottom: 20px;
}
.box:last-child{
	margin-right: 0;
}
.main_bbb{
	width: 100%;
	min-width: 1360px;
	background: #f7f7f7;
	padding-top: 40px;
	padding-bottom: 40px;
	height: 263px;
}
.main_bbb_m{
	max-width: 1360px;
	margin: 0 auto;
}
.main_bbb_m img:last-child{
	border: 2px solid #EEEEEE;
}
.main_bbb_m a:hover img{
	border: 2px solid #ffba00;
}
.main_bbb_m&gt;div{
	float: left;
	width: 24.4%;
	height: 263px;
	margin-right: 13px;
}
.main_bbb_m&gt;div:last-child{
	margin-right: -10px;
}
.main_bbb_m div a{
	display: block;
	width: 100%;
	position: relative;
}
.main_bbb_m div a:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(13,14,14,.1);
	width: 100%;
	height: 98%;
	opacity: 0;
	transition: .6s;
}
.main_bbb_m div a:before{
	content: '+MORE';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 16px;
	display: none;
	transition: 1s;
}
.main_bbb_m div a:hover:after{
	opacity: 1;
}
.main_bbb_m div a:hover:before{
	display: block;
}
.pic_area div img{
	border: 2px solid #eeeeee;
	width: 100%;
	height: 100%;
}
.wm{
	position: relative;
	cursor: pointer;
}
.wm:hover img{
	border: 2px solid #FFBA00;
}
.wm span{
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	width:101%;
	height:98%;
	background: rgba(13,13,14,.1);
	transition: .6s;
}
.wm span i{
	font-style: normal;
	color: white;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.wm:hover span{
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet{
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active{
	background: #fff;
}


/*
@media only screen and (max-width:1360px) {             
	.logo img:first-child{
		margin-left: 8%;
	}
	.logo2{
		position: absolute;
		top: 0px;
		right: 18%;
	}
	.logo .p1{
		font-size: 15px;
		font-weight: bold;
		color: rgb(220,220,200);
		width: 100px;
		position: absolute;
		top: 3px;
		right: 8%;
	}
	.logo .p2{
		font-size: 15px;
		font-weight: bold;
		color: rgb(220,220,200);
		position: absolute;
		top: 22px;
		right: 7.5%;
	}
	.container{
		width: 90%;
	}
}





@media only screen and (max-width:1000px) {            
	.logo img:first-child{
		margin-left: 0%;
	}
	.logo2{
		position: absolute;
		top: 0px;
		right: 14%;
	}
	.logo .p1{
		font-size: 15px;
		font-weight: bold;
		color: rgb(220,220,200);
		width: 100px;
		position: absolute;
		top: 3px;
		right: 2%;
	}
	.logo .p2{
		font-size: 15px;
		font-weight: bold;
		color: rgb(220,220,200);
		position: absolute;
		top: 22px;
		right: 1%;
	}
	.container{
		width: 100%;
	}
	
}
@media only screen and (max-width:750px) {             
	.logo{
		height: 50px;
	}
	.logo img:first-child{
		margin-left: 0%;
		width: 250px;
		height: 100%;
	}
	.logo2{
		display: none;
	}
	.logo .p1{
		font-size: 15px;
		font-weight: bold;
		color: rgb(220,220,200);
		width: 100px;
		position: absolute;
		top: 3px;
		right: 2%;
		display: none;
	}
	.logo .p2{
		font-size: 15px;
		font-weight: bold;
		color: rgb(220,220,200);
		position: absolute;
		top: 22px;
		right: 1%;
		display: none;
	}
	.nav{
		width: 180px;
		height: 400px;
		background-color: rgba(255,182,0,.8);
		position: fixed;
		right: 0;
		top: 0;
		z-index: 999;
	}
	.container{
		width: 100%;
	}
	.nav_ul li{
		float: none;
		width: 200px;
		height: 40px;
	}
	.nav_ul li:first-child{
		margin-top: 30px;
	}
	.nav_ul li:nth-child(6){
		margin-left: 0;
	}
	.nav_ul ul{           
		display: none;
	}
		.nav_ul li:hover .down{         
			display: none;
	}
	.nav_ul li::after{
		content: '';
		position: absolute;
		top: -30%;
		left: 0%;
		background-color: rgb(219,156,0);               
		height: 2px;
		width: 100px;
	}
	.box:nth-child(n){
		float: none;
		margin: 0 auto;
		width: 80%;
		margin-top: 20px;
	}
	.box .wm img{
		width: 100%;
		height: 100%;
	}
	.box:last-child{
		margin-buttom:0px;
	}
	.box_s:nth-child(n){
		margin-left: 6%;
		width: 40%;
		margin-top: 10px;
	}
	.box_s .wmm img{
		width: 100%;
		height: 100%;
	}
	.box_s:nth-child(1) .box_s_t,         
	.box_s:nth-child(2) .box_s_t{
		margin-top: 90px;
	}
	.wmm span{
		display: none;
	}
	.nav{
		display: none;
	}
	.menu_r{
		display: block;
		position: absolute;
		top: 12px;
		right: 7px;
		z-index: 999;
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
	.footer{
		display: none;
	}
}      */
</pre></body></html>